home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11989 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: thunder.ocis.temple.edu!not-for-mail
  2. From: mary@thunder.ocis.temple.edu (Mary Kingston)
  3. Newsgroups: comp.lang.c
  4. Subject: Source code cross reference program?
  5. Date: 28 Mar 1996 04:57:44 GMT
  6. Organization: Temple University, Academic Computer Services
  7. Message-ID: <4jd688$an1@cronkite.ocis.temple.edu>
  8. NNTP-Posting-Host: thunder.ocis.temple.edu
  9. NNTP-Posting-User: mary
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Does anyone know of a cross-referencing program which would take 
  13. the source code of a ANSI C program and produce a reference of 
  14. the variables and function names by where (what line number) they 
  15. are used in the program?  I am a mainframe programmer from way
  16. back and I miss my COBOL source listings with cross reference for
  17. checking out code.
  18.  
  19. If I am not mistaken there was something like this available
  20. on the DEC VMS C compiler, such as /XREF, but I am now working 
  21. under Unix and would like to generate a source code listing along
  22. with the cross reference as an archive of the work I've done on
  23. a recent project.  I also wanna use it to check for bugs in the
  24. code, but that is another matter. :)
  25.  
  26. If anyone could point me towards a good program to do this I 
  27. would be grateful.  If this is not the appropriate group to ask
  28. for this would someone please kindly tell me where I might
  29. find the correct group.
  30.  
  31. Thank you in advance.
  32.  
  33. Mary
  34.